update hg cheatsheet
authorach61@arcadians.cl.cam.ac.uk <ach61@arcadians.cl.cam.ac.uk>
Wed, 6 Jul 2005 18:27:32 +0000 (18:27 +0000)
committerach61@arcadians.cl.cam.ac.uk <ach61@arcadians.cl.cam.ac.uk>
Wed, 6 Jul 2005 18:27:32 +0000 (18:27 +0000)
docs/misc/hg-cheatsheet.txt

index 8aafe52adf8a0d65c617b5311adf55cc38bf5a64..1feb4ec6d9f839234d8553fa511e12817b71aff1 100644 (file)
@@ -96,6 +96,8 @@ repository from:
  
   http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-unstable.hg.tar.gz
 
+  (or copy from /usr/groups/netos/html/xen/downloads/xen-unstable.hg.tar.gz)
+
 Untar the repository on your disk, cd into it, and then pull the most
 recent changes:
 
@@ -430,4 +432,7 @@ Show the parents of a changeset:
  you have two parents.  Otherwise, the single parent is the changeset
  which you most recently checked out.
 
+Show the revision history for a single file
+
+   hg [-v] log <filename>